DIY: Make Your Own Programming Language

This is part 1 in a series of blog posts that follow my work in creating a programming language.

Why?

  • It is fun
  • Someone might learn something (That someone is probably just me)
  • Street cred (Name of the street: The Information Superhighway)

Not why

  • It's not going to be useful
  • It's not going to be Faster than C1
  • I'm not expecting anyone to use it

How?

  • Pick a cool name for the language
  • Decide what kind of language you want to create
  • Iterate:
    • Pick some sweet features
    • Come up with some kind of syntax of the new language (AKA "concrete syntax")
    • Decide what should happen when running the code (This is actually called "operational semantics")
Read More

Hello World

Hello world.